net/http.Server.protocols (method)
5 uses
net/http (current package)
server.go#L1984: protos := c.server.protocols()
server.go#L3377: if s.protocols().UnencryptedHTTP2() {
server.go#L3490: config.NextProtos = adjustNextProtos(config.NextProtos, s.protocols())
server.go#L3506: func (s *Server) protocols() Protocols {
server.go#L3758: p := s.protocols()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)